home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: New Zealand Amiga Users Group / New Zealand Amiga Users Group Newsdisk v25 (1989-08)(NZAmigaUG).zip / New Zealand Amiga Users Group Newsdisk v25 (1989-08)(NZAmigaUG).adf / StrucBrowser / sb.doc < prev    next >
Text File  |  1993-12-03  |  1KB  |  29 lines

  1. Structure Browser
  2.  
  3. The Transactor, May 1987, Volume 7, Issue 6
  4.  
  5. There are two changes from the original listings for Lattice C.
  6. One relates to the size of an integer in the defines. The size of an
  7. integer in Aztec is sixteen bits, however, Lattice uses thirty-two.
  8. I changed the define to SHORT.  The other change is in one of the
  9. structure definitions where a BYTESIZE definition needed to be
  10. padded to sixteen bits by calling it INTSIZE for proper alignment
  11. purposes.  These are all the changes I can remember I had to do.
  12.  
  13. I also have added a few additional structure definitions and will
  14. be adding more as I find spare time.
  15.  
  16. One thing to remember when traversing linked structures...  the
  17. Amiga is constantly in action and what may have been a valid pointer
  18. when it was displayed but may be pointing to garbage by the time you
  19. actually look at the data it was pointing to.
  20.  
  21. Anybody interested in looking at the nitty-gritties of the system
  22. should find this program interesting and possibly even enlightening.
  23.  
  24. Please buy a copy of the magazine to help support the publishing of
  25. additional excellent programs like this one.  There are also two
  26. other Amiga articles in the same issue.  The first gives some insight
  27. into the infamous GURU messages and the other describes Amiga file
  28. structures.
  29.